Skip to content

Conversation

@VSadov
Copy link
Member

@VSadov VSadov commented Nov 19, 2025

Trivial change removing some TODOs.
All these TODOs are for known NYIs that are not blocking and are all tracked in some other way.

Ex:
Multicore JIT: #115097
R2R: #121559
PGO: #121755

Copilot AI review requested due to automatic review settings November 19, 2025 00:09
@VSadov VSadov requested review from agocke and jkotas November 19, 2025 00:10
Copilot finished reviewing on behalf of VSadov November 19, 2025 00:12
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes TODO comments related to async feature support (Multicore JIT, R2R, PGO, and EnC) that are already tracked in separate issues and are not currently blocking. The changes are purely documentation updates with no code behavior modifications.

  • Removes tracked async variant TODOs from ReadyToRunInfo PGO and R2R entry point lookups
  • Removes tracked async variant TODO from multicore JIT method recording
  • Removes tracked async variant TODO from EnC (Edit and Continue) support

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/coreclr/vm/readytoruninfo.cpp Removes two TODO comments before early returns for async variants in PGO instrumentation data retrieval and R2R entry point lookups
src/coreclr/vm/multicorejit.cpp Removes TODO comment in the method preprocessing loop where async variant methods are skipped
src/coreclr/vm/class.cpp Removes TODO comment before the EnC error log for async methods

@VSadov
Copy link
Member Author

VSadov commented Nov 25, 2025

Thanks!

@VSadov VSadov merged commit 470ca86 into dotnet:main Nov 25, 2025
98 checks passed
@VSadov VSadov deleted the trivialTODOs branch November 25, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants